Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working typedoc #55

Merged
merged 3 commits into from
Mar 16, 2022
Merged

Working typedoc #55

merged 3 commits into from
Mar 16, 2022

Conversation

kylebarron
Copy link
Owner

I'm blown away by the Rust and TS ecosystems.

  • I write docstrings in Rust
  • Full jsdoc comments are auto generated from the Rust docstrings in the generated .d.ts files during wasm-pack
  • Call typedoc, to auto-generate docs from all the types and jsdocs in the .d.ts files
  • Run gh-pages to publish to the gh-pages branch

Voila! 😻 It just works!!
https://kylebarron.dev/parquet-wasm/

@kylebarron kylebarron merged commit 7d5f447 into main Mar 16, 2022
@kylebarron kylebarron deleted the typedoc branch March 16, 2022 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant